home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xsw / include / nfsstat.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  1KB  |  62 lines

  1. /*
  2.  *    @(#) nfsstat.h 1.2 92/09/30 
  3.  */
  4. /***************************************************************************
  5.  *
  6.  *    Copyright (c) 1990        The Santa Cruz Operation, Inc.
  7.  *
  8.  *    All rights reserved.  No part of this program or publication may be
  9.  *    reproduced, transmitted, transcribed, stored in a retrieval system,
  10.  *    or translated into any language or computer language, in any form or
  11.  *    by any means, electronic, mechanical, magnetic, optical, chemical,
  12.  *    biological, or otherwise, without the prior written permission of:
  13.  *    
  14.  *        The Santa Cruz Operation , Inc.        (408) 425-7222
  15.  *        400 Encinal St., Santa Cruz, California 95060 USA
  16.  *
  17.  **************************************************************************/
  18. /*
  19.  * Modification History
  20.  *
  21.  * S001, 01-Jan-93, rickra
  22.  *      Did some minor clean up.
  23.  * S000, 30-Sep-92, rickra
  24.  *     Added copyright and modification history
  25.  */
  26. struct {
  27.     int    rccalls;
  28.     int    rcbadcalls;
  29.     int    rcretrans;
  30.     int    rcbadxids;
  31.     int    rctimeouts;
  32.     int    rcwaits;
  33.     int    rcnewcreds;
  34.     int    rcpeekerrs;
  35.     int    rcbadresponses;
  36. } rcstat;
  37.  
  38. struct {
  39.     int    nclsleeps;
  40.     int    nclgets;
  41.     int    ncalls;
  42.     int    nbadcalls;
  43.     int    reqs[32];
  44. } clstat;
  45.  
  46. struct {
  47.     int    rscalls;
  48.     int    rsbadcalls;
  49.     int    rsnullrecv;
  50.     int    rsbadlen;
  51.     int    rsxdrcall;
  52. } rsstat;
  53.  
  54. struct {
  55.     int    ncalls;
  56.     int    nbadcalls;
  57.     int    reqs[32];
  58. } svstat;
  59.  
  60.  
  61.  
  62.